字典二二>英语词典>update statement翻译和用法

update statement

英 [ˌʌpˈdeɪt ˈsteɪtmənt]

美 [ˌʌpˈdeɪt ˈsteɪtmənt]

网络  更新语句

计算机

双语例句

  • Full document update using the SQL update statement.
    使用SQLupdate语句进行全文档更新。
  • To ensure that all existing rows are handled properly, the UPDATE statement is run.
    为了确保所有已有的行都得到适当的处理,运行UPDATE语句。
  • Often you will want to prepare and compile the UPDATE statement only once, and then pass in a new value every time you execute the update.
    常常希望只准备和编译UPDATE语句一次,然后在每次执行更新时传递一个新值。
  • The set clause of the UPDATE statement replaces the existing document in a given row with a new document.
    UPDATE语句的set子句用一个新文档替换给定行中的现有文档。
  • In this scenario, it is the UPDATE statement to increase the salary of each employee.
    在这个场景中,使用UPDATE语句增加每个员工的工资。
  • Modify multiple nodes in a document in a single UPDATE statement
    在一个UPDATE语句中修改文档中的多个节点
  • This is followed by an update statement to actually insert XML data.
    然后是一个更新语句,它实际插入XML数据。
  • The UPDATE statement fails if the modified document is not valid.
    如果更新后的文档是无效的,UPDATE语句就会失败。
  • The application submits an SQL UPDATE statement and transmits the updated document to the database server.
    应用程序提交一个SQLUPDATE语句,把更新后的文档传输给数据库服务器。
  • This example wraps a single UPDATE statement with SELECT statements to demonstrate the change to the target row.
    本示例在UPDATE语句的前后都使用了SELECT语句,以证实对目标行的更改。